home *** CD-ROM | disk | FTP | other *** search
- /*
- xfer.h
-
- declaration header file for
- use with Lattice C ver 2.14
-
- Copyright (c) 1984, 1985 Larry Jordan Associates
-
- ver 1.0
- 8/1/85
-
- */
-
- #define FILEXFER "filexfer"
- #define FILESIZE "filesize"
- #define ESCXFER "ESC to abort "
- #define ESCLEAR " "
- #define DNLMSG "Now ready to send file -- enter CTRL-X to stop transfer..."
- #define ABORTF "Transfer aborted "
- #define XBIT "Sorry, this protocol requires that you dial in using 8 data bits."
- #define ABORTSYS "by Operator."
- #define ABORTUSR "by caller."
- #define ABORTTO "due to protocol timeout."
- #define ABORTEOF "at EOF due to timeout."
- #define ABORTXER "due to too many XMODEM errors."
- #define UPLMSG "Ready to receive file -- enter CTRL-X to abort transfer..."
- #define GOTITOK "File received properly..."
-